home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / share / 39 / help / History.txt < prev    next >
Text File  |  2001-05-01  |  4KB  |  81 lines

  1. /************************************/
  2. /*            HISTORY / fixes       */
  3. /*    all dates are dd.mm.yyyy      */
  4. /************************************/
  5. 01.05.2001 SETUP: autodetect modified (newer) files in source dir
  6.            NETWORK: added GetAdaptersInfo and GetNetworkParams (IPHLPAPI.DLL)
  7. 29.04.2001 REMOVED static references to OLE32.DLL, MAPI32.DLL to avoid missing DLL crash on Win95
  8. 26.04.2001 REMOVED static references to WININET.DLL to avoid missing DLL crash on Win95
  9. 25.04.2001 rewrote all ToolHelp & PSAPI function calls from global function pointers to wrapper functions
  10. 22.04.2001 LOST FILES and INSTALL filler functions run as separate threads /*DEBUG ONLY*/
  11. 21.04.2001 Rewrote DLL ToolHelp functions and cleaned up exported global vars
  12. 01.04.2001 SETTINGS - corrected erasing dead links, and added directory being searched display
  13. 24.02.2001 NET: first implementation of NT Remote Shutdown: SE_InitiateSystemShutdown()
  14. 24.02.2001 ODBC: PeekMessage(PM_NOREMOVE) while looping thru cursor, for future SqlCancel()
  15. 19.02.2001 ODBC: removed strtok() in Driver Enumeration which caused GPF under NT
  16. 18.02.2001 ODBC: added DISCONNECT database in WM_DESTROY; removed strtok from driver parameters enum loop
  17. 04.02.2001 Rebuilt with oct.2000 Platform SDK
  18. 21.01.2001 PROFILES: PATCHED changing system directories to write in 
  19.           "User Shell Folders" as well as "Shell Folders" key in Registry; 
  20.           will fix for reading/writing separately to both
  21. 13.01.2001 ODBC: added database / table Scripting capability, including Index creation
  22. 07.01.2001 ODBC: added MsgBox on Results ListView to expand selected line, and added Fields combo box to insert in SQL statements
  23. 07.01.2001 SETTINGS: fixed inverted "Default" and output string on reading "Run" value for w32prop in registry
  24. 07.01.2001 ODBC: fixed bug where HDBCs were passed by value and cleared only locally, causing application to think it was still connected when in fact it was not
  25.  
  26. /**************/
  27. /* KNOWN BUGS */
  28. /**************/
  29.  
  30. - unable to read HKLM/ENUM key under NT (different Registry path) 
  31. - unable to remove MessageBoxes in dead link search on Windows ME on missing drives, even with SLR_NO_UI
  32. - profile Shell folders don't always work under NT, especially Common
  33. - improve Unicode support - probably requires two distinct versions
  34. - Cancel on ODBC page doesn't appear to disconnect connected database, if any
  35. - SHQueryRecycleBin(NULL) fails with invalid parameter (87) after upgrading to Win98 and then WinME
  36.   confirmed bug by Microsoft, requires calling for every drive and adding
  37. - Profiles doesn't correctly read Common profile directories
  38. - UnInstall doesn't correctly delete/uninstall files in use
  39.  
  40. /***********************/
  41. /* future enhancements */
  42. /***********************/
  43.  
  44. - migration of Setup program to MS Installer specifications
  45. - migration of Setup program to SETUPAPI specifications
  46. - ODBC: ability to cancel query
  47.  
  48. /************************************/
  49. /* REQUIRED / OPTIONAL SYSTEM DLLS  */
  50. /************************************/
  51. NAME            TYPE            OS
  52. ______________________________________
  53. ADVAPI32        R                ALL
  54. COMCTL32        R                ALL
  55. COMDLG32        R                ALL
  56. GDI32            R                ALL
  57. IMAGEHLP        R                ALL
  58. KERNEL32        R                ALL
  59. MAPI32             O                ALL
  60. MPR                R                ALL
  61. MSTASK            R                ALL
  62. netapi32          O                all
  63. netmsg            O                all
  64. ODBC32            R                ALL
  65. ODBCCP32        R                ALL
  66. OLDNAMES        R                ALL
  67. OLE32            O                ALL
  68. psapi            O                NT
  69. SHELL32            R                ALL
  70. Shfolder           O                all
  71. SHLWAPI            R                ALL
  72. svrapi            O                NT
  73. th32            O                all
  74. user32            R                all
  75. uuid            R                all
  76. vdmdbg            O                NT
  77. version            R                all
  78. wininet            O                all
  79. winspool        R                all
  80. ws2_32            O                all
  81.